home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_293 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  227 b   |  12 lines

  1. on(release){
  2.    _root.CUnmbr = 60;
  3.    _root.freqCU = 30;
  4.    _root.S2nmbr = 60;
  5.    _root.freqS2 = 30;
  6.    _root.Bnmbr = 60;
  7.    _root.freqB = 30;
  8.    _root.reward = 800;
  9.    _root.music = 7;
  10.    _root.gotoAndPlay("m1");
  11. }
  12.